Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2023

Bumps pdm from 2.7.0 to 2.7.1.

Release notes

Sourced from pdm's releases.

v2.7.1

Features & Improvements

  • Switch HTTP data cache to use a split body setup, where the actual body contents are not written to disk unless changed. Previously, any changed headers would write the whole body to disk again. #1971
  • Show the specific install commands for different installations when checking update. This was removed before. #1972

Bug Fixes

  • PDM ignores env vars PDM_PYPI_USERNAME and PDM_PYPI_PASSWORD when there are no defaults in config. #1961
  • Guess the project name from VCS url if it is missing when importing from requirements.txt. #1970
  • Correctly read the config from environment variables. #1977
Changelog

Sourced from pdm's changelog.

Release v2.7.1 (2023-06-06)

Features & Improvements

  • Switch HTTP data cache to use a split body setup, where the actual body contents are not written to disk unless changed. Previously, any changed headers would write the whole body to disk again. #1971
  • Show the specific install commands for different installations when checking update. This was removed before. #1972

Bug Fixes

  • PDM ignores env vars PDM_PYPI_USERNAME and PDM_PYPI_PASSWORD when there are no defaults in config. #1961
  • Guess the project name from VCS url if it is missing when importing from requirements.txt. #1970
  • Correctly read the config from environment variables. #1977
Commits
  • 0415b64 chore: Release 2.7.1
  • 4618fc8 fix: reading config from env vars correctly (#1977)
  • c02dcb9 fix: guess name from the VCS url when importing requirements (#1970) (#1976)
  • 4cafd2f docs: fix configuration details for macOS (#1965)
  • 7bc5d7a fix: Fix path while import poetry deps (#1968)
  • 06fd648 feat: add support for SplitBodyCache (#1971)
  • 1209a0b fix: add python prefix to the self update command on Windows (#1972)
  • 77190c4 fix: PDM ignores PDM_PYPI_USERNAME and PDM_PYPI_PASSWORD when there are no de...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pdm](https://github.com/pdm-project/pdm) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/pdm-project/pdm/releases)
- [Changelog](https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md)
- [Commits](pdm-project/pdm@2.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: pdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 6, 2023
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6039779) 99.69% compared to head (e28e71f) 99.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1616   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          71       71           
  Lines        4940     4940           
  Branches      646      646           
=======================================
  Hits         4925     4925           
  Misses         13       13           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adamtheturtle adamtheturtle merged commit 1a1f487 into master Jun 7, 2023
@adamtheturtle adamtheturtle deleted the dependabot/pip/pdm-2.7.1 branch June 7, 2023 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants